IHipFS.write

Currently there is no way to know if the writing has finished. Uses the sync API.

interface IHipFS
bool
write
(
string path
,
const(void)[] data
)

Parameters

path string

The path to write

data const(void)[]

The data to write

Return Value

Type: bool

If it was possible to write. May return false if path is invalid.

Meta